.PageHeader {
display: none;
}
#wrapper{width:980px;margin:0 auto;}
.banner { position: relative; overflow: hidden; width:980px;height:350px;}
.banner li { list-style: none; width:100%;height:350px;padding:0;margin:0;}
.banner ul li { float: left; }
.banner ul { padding:0; margin:0}
.banner p{letter-spacing:1px; font-weight:100;max-width:900px;padding-left:45px;font-size:140%;color:#fff;text-shadow:2px 2px 2px rgba(0,0,0,1)}
.banner p strong{font-weight:100;}
.banner h1{font-weight: 100 !important; text-transform:uppercase; font-size:600%; letter-spacing:-2px; margin-top:90px; padding-left:45px; color:#fff; text-shadow:2px 2px 5px rgba(0,0,0,1)}
.banner .dots {
position: absolute;
left: 0;
right: 0;
bottom: 10px;
text-align:center;
margin-right: 50px;
}
.banner .dots li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 4px;
text-indent: -999em;
border: 2px solid #fff;
border-radius: 6px;
cursor: pointer;
opacity: .4;
-webkit-transition: background .5s, opacity .5s;
-moz-transition: background .5s, opacity .5s;
transition: background .5s, opacity .5s;
}
.banner .dots li.active {
background: #fff;
opacity: 1;
}
.intro{margin:35px 0 0px 0}
.intro img{float:left;padding-right:25px;}
.introCopy h2{font-size:200%;}
.introCopy p{font-size:120%;line-height:160%;}
.featured {margin-top:40px;}
.featured img{padding-bottom:20px;}
.featured ul {
  clear: left;
  list-style: none outside none;
  margin: 0;
  padding: 20px 0 0;
}
.featured ul li{width:30%;margin:0 0 0 5%;float:left;padding:0;text-align:center;}
.featured ul li:first-child{margin-left:0;float:clear;}
.featured h3{font-size:150%;padding-bottom: 10px;}
.deets{margin:-15px 0 20px 0;}
.deets h2{text-align:center;font-size:200%;padding:10px 0 20px 0;}
#accordion h3{background:#ccc;padding:15px;margin:0 0 5px 0;}
#accordion ul li{padding:0 0 10px 0;}
div.ui-accordion-content{height:auto;padding-bottom:40px;padding-top:10px}
#accordion h3:hover{background:#151515;color:#ccc;cursor:pointer}
.ui-state-active{background:#151515 !important;color:#ccc;} 
.deets strong {font-weight: bold;}
h5 {font-size: 14px;}
strong {font-weight:bold;}